a11y: Set an accessible role for GtkPasswordEntry
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:23:57 +0000 (18:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:23:57 +0000 (18:23 -0400)
commit1755e07af73690cb4d9033798b1ee6b70a041978
tree4b9a807decab6260eba4da2ea6d4187c4f00abb4
parenta610bb89a0fecf0b27001b4444b2e47e1c5e0af3
a11y: Set an accessible role for GtkPasswordEntry

Use the text-box accessible role for GtkPasswordEntry.
And set properties as appropriate.

Update the documentation and add a test.
docs/reference/gtk/section-accessibility.md
gtk/gtkpasswordentry.c
testsuite/a11y/meson.build
testsuite/a11y/passwordentry.c [new file with mode: 0644]